/*
Theme Name:     Little Divi
Description:    
Author:         ariannauraydesign.com
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Oswald');

h2{
  font-family:'Oswald', sans-serif;
  font-size: 3.2em!important;
  color: #66B1E2;
}

body{
  font-family: 'Open Sans', sans-serif;
}
.menu-item a{
  color: #66B1E2!important;
  font-size: 1.4em;
}

  .et_pb_button{
  background-color: #66B1E2;
  color: black!important;
  border: none;
  font-family:'Oswald', sans-serif;
  padding:5px 70px 5px 70px;
    text-align: center!important;
}
.et_pb_button:hover{
  background-color: #66B1E2!important;
  color: black!important;
  border: none!important;
  font-family:'Oswald', sans-serif!important;
  padding:5px 50px 5px 50px!important;
}
.et_pb_button_module_wrapper{
    text-align: center!important;
}

.et_pb_fullwidth_section .et_pb_slide_title{
  position: relative;
  top: 40px;
  text-shadow: 2px 2px 2px black; 
  color: #66B1E2!important;
  font-size: 2em!important;
}

.et_pb_slider .et_pb_slide:first-child {
	min-height: 500px;
}
.et_pb_slider .et_pb_media_alignment_center{
  background-size: contain!important;
    box-shadow: none;
  margin: -200px 0px -200px 0px; 
  }
.et_pb_slider_fullwidth_off .et_pb_slide_content{
  text-shadow: 2px 2px 2px black;
}

@media all and (min-width: 800px){
  .et_pb_fullwidth_section .et_pb_slide_title{
  position: relative;
  top: 95px;
  text-shadow: 2px 2px 2px black; 
  color: #66B1E2!important;
  font-size: 5em!important;
}
  .et_pb_slider_fullwidth_off .et_pb_slide_content{
  position: relative;
  width: 24%!important;
  left: -40px;
  top: -40px;
   text-shadow: 2px 2px 2px black; 
   font-size: 1.1em;
}
  .et_pb_button{
  background-color: #66B1E2;
  color: black!important;
  border: none;
  font-family:'Oswald', sans-serif;
  padding:5px 70px 5px 70px;
}
.et_pb_button:hover{
  background-color: #66B1E2!important;
  color: black!important;
  border: none!important;
  font-family:'Oswald', sans-serif!important;
  padding:5px 50px 5px 50px!important;
}
.et_pb_slider .et_pb_media_alignment_center{
  background-size: contain!important;
  box-shadow: none;
 margin: -100px 0px -100px 0px;
}
}



