/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Baddie
Author URI: https://badd.ie
Description: Divi child theme
*/
/*
 * Site Colours
 * Green: #badd1e
 * Blue: #1ebadd
 * Purple: #dd1eba
 * Red: #dd1e5a
 * Other Green: #c9e648
 * Grey 1: #444444
 * Grey 2: #999999
 * Grey 3: #cccccc
 * /

/*** All sizes ***/
/* Accomodate header */
body {
	padding-top: 60px; /* height of header */
}
/* END Accomodate header */

/* Link colours */
a,
a:visted,
a:focus,
a:active {
	color: #dd1eba;
	transition: all .2s ease-in-out;
}
a:hover {
	color: #badd1e;
	opacity: 1;
}
/* END Link colours */

/* Remove horizontal scroll */
#page-container {
	overflow-x: hidden;
}
/* END Remove horizontal scroll */

/*** Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}

/** Standard Desktop and Above **/
@media all and (min-width: 1100px) {

}

/*** Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}

/** Small Desktop and Above **/
@media all and (min-width: 981px) {
	
}

/*** Small Desktop Only ***/
@media all and (min-width: 981px) and (max-width: 1099px) {

}

/** Small Desktop and below ***/
@media all and (max-width: 1099px) {

}
 
/*** Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {

}
 
/*** Tablet And Below ***/
@media all and (max-width: 980px) {

}

/*** Smartphone Landscape only ***/
@media all and (min-width: 480px) and (max-width: 767px) {

}
 
/*** Smartphone Landscape and below ***/
@media all and (max-width: 767px) {

}
 
/*** Smartphone Portrait ***/
@media all and (max-width: 479px) {

}
