body {
  margin: 40;
  padding: 40;
  text-align: center;
  font-family: 'Alfa Slab One', serif;
  line-height: 1.2;
  font-size: 26pt;
}

ul {
    list-style: none;
}

header {
  background-color: #FFF;
  background-position: center top;
  background-repeat: repeat;
  position: fixed;
  top: 0;
  width: 100%;
  height: 140px;
  z-index: 3;
}

header ul {
    margin-top: 0px;
}

header a {
    float: left;
    font-size: 20pt;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

h3 {
  font-family: 'Alfa Slab One', serif;
  color: #000000;
  font-size: 48px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  margin-right: 40;
  margin-left: 40;
    padding-left: 40;
    padding-right: 40;
}

h4 {
  font-family: 'Alfa Slab One', serif;
  color: #000000;
  font-size: 36px;
  letter-spacing: 4px;
  margin-bottom: 20px;
  margin-right: 0;
  margin-left: 0;
}

a:link { text-decoration: none; }

.dropdown {
  display: inline;
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: none;
  padding: 14px 16px;
  background-color: inherit;
}

.dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #F9F9F9;
  min-width: 80px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: center;
}

.dropdown-content a:hover {
  background-color: #ddd;
  font-weight: bold;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.menuline {
  width: 70px;
  height: 10px;
  background-color: #004AAD;
  margin: 8px 0;
}

h1 {
  font-family: 'Alfa Slab One', serif;
  color: #FF1493;
  font-size: 68px;
  letter-spacing: 4px;
  margin: 20px auto 10px auto;
}

.clearHeader{
margin-top: 160px;

}

.featured_photos {
margin: 20px auto 20px auto;
 background-color: #38B6FF;
    padding-top: 40px;
    padding-bottom: 40px;
}


.phototypes {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.phototypes img {
  margin-right: 10px;
  margin-bottom: 10px;
 object-fit: cover;
  width: 200px;
  height: 200px;
}


.white_text{
    color: #F5F5F5;
}

.black_text{
    color: #000000;
}

.black_text_link{
    color: #000000;
}

.black_text_link:hover{
  color: #FF1493;
}

h2 {
  font-family: 'Alfa Slab One', serif;
  color: #FF1493;
  font-size: 52px;
  letter-spacing: 4px;
    margin: 30px auto;
}

img.small{
width: 250px;
border-radius: 20%;
}



.social_icon1{
color: #004AAD;
  position: absolute;
  top: 50px;
    left: 20%;
}
.social_icon2{
color: #004AAD;
  position: absolute;
  top: 50px;
left: 45%;
}
.social_icon3{
color: #004AAD;
  position: absolute;
  top: 50px;
    right: 20%;
}

.social_icon1:hover{
   color: #ED1C24;  
}
.social_icon2:hover{
   color: #ED1C24;  
}
.social_icon3:hover{
   color: #ED1C24;  
}

.email_form{
  background-color: #ED1C24; 
  background-position: center top;
  background-repeat: repeat;
    position: relative;
     padding-top: 40px;
    padding-bottom: 40px;
  width: 100%;
  height: 460px;
}

.final_socials{
  background-image: url("background_textured_papers/MetallicFlowers.jpg");
  background-position: center top;
  background-repeat: repeat;
    position: relative;
    padding-top: 40px;
  width: 100%;
  height: 200px;
}

.final_socials a{display:inline-block; width:120px;}
