/*
Theme Name: Digital manatees Child Theme for Divi
Theme URI: http://digitalmanatee.com
Description: Awesomeness with huey the manatee
Author: Gabriel Young
Author URI: http://youngg.xyz
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */


.opactiybutton{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}
.opacitybutton:hover{
 opacity: 0.5;
}
#white-emailer .et_pb_newsletter_form{
width:100%;
}
#white-emailer .et_pb_newsletter_form p{
display:inline-block;
float:left;
width:23%;
padding-left: 1%;
}
#white-emailer .et_pb_newsletter_form p:last-child{
padding-left:5%;
}


#white-emailer .et_pb_newsletter_description{
width:100%;
}

h1{
font-family: 'Montserrat';
font-size:72px;
font-weight:bold;
color:#3A3A3A;
line-height: 0.928em;
}

h2{
font-family: 'Montserrat';
font-size:58px;
font-weight:bold;
color:#3A3A3A;
line-heigh: 1.2em;
}

h3{
font-family: 'Montserrat';
font-size:30px;
font-weight: 100;
color:#3A3A3A;
line-height: 1.4em;
}

h4{
font-family: 'Montserrat';
font-size:24px;
font-weight:100;
color:#3A3A3A;
line-height: 1.4em;
}

body{
font-family: 'Noto Sans';
font-size:18px;
font-weight:normal;
color:#3A3A3A;
line-height: 1.444em;
}