/* 
  eyesoffsaintpaul.org styles
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* = = = = = = = = = =  */
/* Style
/* = = = = = = = = = =  */

body {
  background: #f8f8f5;
}

a {
  color: #fa6582;
  font-style: italic;
  text-decoration: underline;
}
a:hover {
  color: #53adcf;
  font-style: italic;
  text-decoration: underline overline;
}
a:active {
  color: #53adcf;
  font-style: italic;
}

img {
  cursor: pointer;
}

li {
  line-height:1.1em;
  margin-bottom: .7em;
}

p {
  text-align: justify;
}

#contai {
  font-family: 'Open Sans', sans-serif;
  font-weight: 350;
  /* font-family: myriad, serif; */
  hyphens;
  margin: 15px;
  font-size: 16px;
}

#cred { 
  width: 65%;
  text-align: right;
}

#copy {
  float: left;
  width: 30%;
}

#downloads {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
}

/* for left-right, vert centered */
#lrvert {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 350px;
}

#logo, #slogan {
    display: flex;
    align-items: center;
    /* padding: 0 16px; */
}

#logo {
  width: 30%;
  justify-content: flex-start;
}

#slogan {
  justify-content: flex-end;
  text-align: right;
  font-size: 1.8em;
  font-weight: bold; 
  font-style: italic;
  color: #53adcf;
}
/* end left-right, vert centered */

.logo-img {
  width: 280px;
  height: 280px;
}

.br-logo {
  width: 160px;
  height: 160px;
}

.cen {
  text-align: center;
}

.emph {
  color: #e70608;
}

footer {
  margin-top: 0;
  font-size: 90%;
  line-height: 1.5em;
  color: #53adcf;
  border-top: 2px solid #737373;
}

.not-yet {
  cursor: not-allowed;
}

.open-sans-bolder {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.open-sans-light {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 350;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

#bodycopy {
  font-size: 1.2em;
  line-height: 1.6em;
  color: #323232;
  margin: 2em 12%;
}

#bodycopy li {
  list-style-image: url(pics/bul-10.gif);
  line-height: 1.4em;
}

/* 
.drop {
  float: left;
  width: 30px;
  height: 38px;
  color: #fa6582;
  margin: .35em 3px 0 0;
}

.quot {
  float: right;
  margin:1em 0 0 1em;
  text-align: justify;
  line-height: 1.4em;
  width: 12.9em;
  border: 4px solid #aaa;
  border-left: 0;
  border-right: 0;
  padding: .5em .8em;
  color: #888;
}
 */


/* = = = = = = = = = =  */
/* Positioning
/* = = = = = = = = = =  */

.rig {
  float: right;
}

.lef {
  float: left;
}

/* = = = = = = = = = =  */
/* Responsiveness
/* = = = = = = = = = =  */

@media screen and (min-width: 1201px) {
  #slogan {
    display: flex;
    text-align: right;
    clear: none !important;
    margin-top: -3em;
	font-size: 1.8em;
	line-height: 1.5em;
  }
  #cred { 
    float: right;
    text-align: right;
  }
  #bodycopy {
	margin: 2em 12%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #slogan {
    display: flex;
	justify-content: normal;
    float: right;
	text-align: right;
    clear: none !important;
    margin-top: -3em;
	font-size: 1.8em;
	line-height: 1.5em;
  }
  #cred { 
    float: right;
    text-align: right;
  }
  #contai {
    font-size: 15px;
  }
  #bodycopy {
	margin: 2em 10%;
  }
}

@media screen and (min-width: 321px) and (max-width: 768px) {
  #slogan {
    display: inline-block;
	justify-content: normal;
    float: none;
	text-align: left;
    clear: left;
    margin-top: 0;
	font-size: 1.2em !important;
	line-height: 1em !important;
  }
  #cred { 
    float: none;
    clear: left;
	text-align: left;
	width: 100% !important;
  }
  #copy {
	width: 100% !important;
  }
  #contai {
    font-size: 14px;
  }
  #bodycopy {
	margin: 2em 8%;
  }
}

@media screen and (max-width: 320px) {
  #slogan {
    display: inline-block;
	justify-content: normal;
    float: none;
	text-align: left;
    clear: left;
    margin-top: 0;
	font-size: .9em !important;
	line-height: .7em !important;
  }
  #cred { 
    float: none;
    clear: left;
	text-align: left;
	width: 100% !important;
  }
  #copy {
	3: 100% !important;
  }
  #contai {
    font-size: 13px;
  }
  #logo {
    width: 40%;
  }
  #bodycopy {
	margin: 2em 6%;
  }
}
